home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 5: The Fifth Dimension
/
17 Bit - The Fifth Dimension (1995)(17 Bit Software)[!].iso
/
files
/
3495.dms
/
3495.adf
/
Bush
/
Install_Bush
< prev
next >
Wrap
Text File
|
1992-09-02
|
453b
|
30 lines
; Bush install script for CBM Installer
;$VER: Bush_install 1.0
;$AUTHOR: Lee Kindness
(set name
(askdir
(prompt 'Where will Bush be copied to?')
(help 'This is where you want Bush to be located.\n\n'@askdir-help)
(default 'C:')
)
)
(set @default-dest name)
(copyfiles
(help @copyfiles-help)
(source 'Bush')
(dest name)
)
(transcript '\nBush installed to '@default-dest'\n')
(exit 'I hope you find Bush useful.\n LSK _\\\\//')